home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TSAVESESSIONDLG / TSAVESESSIONDLG.txt
Text File  |  2005-06-02  |  1KB  |  62 lines

  1. object SaveSessionDlg: TSaveSessionDlg
  2.   Left = 222
  3.   Top = 611
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Sauver la session sous'
  7.   ClientHeight = 96
  8.   ClientWidth = 317
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poOwnerFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 121
  24.     Height = 13
  25.     Caption = 'Sauver les r'#233'glages actuels sous :'
  26.   end
  27.   object OKBtn: TButton
  28.     Left = 82
  29.     Top = 64
  30.     Width = 73
  31.     Height = 23
  32.     Caption = 'OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 0
  36.     OnClick = OKBtnClick
  37.   end
  38.   object CancelBtn: TButton
  39.     Left = 162
  40.     Top = 64
  41.     Width = 73
  42.     Height = 23
  43.     Cancel = True
  44.     Caption = 'Annuler'
  45.     ModalResult = 2
  46.     TabOrder = 1
  47.   end
  48.   object SessionNameEdit: TComboBox
  49.     Left = 16
  50.     Top = 32
  51.     Width = 289
  52.     Height = 21
  53.     AutoComplete = False
  54.     ItemHeight = 13
  55.     MaxLength = 255
  56.     TabOrder = 2
  57.     OnChange = SessionNameEditChange
  58.     OnClick = SessionNameEditClick
  59.     OnKeyPress = SessionNameEditKeyPress
  60.   end
  61. end
  62.